'Declaration
Protected Overloads Function Equals( _ ByVal other As UADataChangeNotificationPayload(Of TValue) _ ) As Boolean
'Usage
Dim instance As UADataChangeNotificationPayload(Of TValue) Dim other As UADataChangeNotificationPayload(Of TValue) Dim value As Boolean value = instance.Equals(other)
protected bool Equals( UADataChangeNotificationPayload<TValue> other )
protected: bool Equals( UADataChangeNotificationPayload<TValue^>^ other )
Parameters
- other
- The UADataChangeNotificationPayload<TValue> to compare with the current object.
Return Value
true
if the specified object is equal to the current object; otherwise, false
.